home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 451
- Top = 279
- Width = 313
- Height = 275
- Caption = 'testFileSyncMon'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object grpMutexMon: TGroupBox
- Left = 8
- Top = 8
- Width = 289
- Height = 113
- Caption = 'FileMutexMonitor'
- TabOrder = 0
- object lblMutex: TLabel
- Left = 16
- Top = 24
- Width = 42
- Height = 13
- Caption = 'Acquired'
- end
- object btnAcquire: TButton
- Left = 16
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Acquire'
- TabOrder = 0
- OnClick = btnAcquireClick
- end
- object btnRelease: TButton
- Left = 16
- Top = 80
- Width = 75
- Height = 25
- Caption = 'Release'
- TabOrder = 1
- OnClick = btnReleaseClick
- end
- object lbMutex: TListBox
- Left = 104
- Top = 16
- Width = 169
- Height = 89
- ItemHeight = 13
- TabOrder = 2
- end
- end
- object grpGroupMon: TGroupBox
- Left = 8
- Top = 128
- Width = 289
- Height = 113
- Caption = 'FileGroupMonitor'
- TabOrder = 1
- object lblGroup: TLabel
- Left = 16
- Top = 24
- Width = 29
- Height = 13
- Caption = 'Empty'
- end
- object btnJoinGroup: TButton
- Left = 16
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Join'
- TabOrder = 0
- OnClick = btnJoinGroupClick
- end
- object btnLeaveGroup: TButton
- Left = 16
- Top = 80
- Width = 75
- Height = 25
- Caption = 'Leave'
- TabOrder = 1
- OnClick = btnLeaveGroupClick
- end
- object lbGroup: TListBox
- Left = 104
- Top = 16
- Width = 169
- Height = 89
- ItemHeight = 13
- TabOrder = 2
- end
- end
- object GpFileMutexMonitor1: TGpFileMutexMonitor
- Active = True
- DeleteOnRelease = False
- MutexFile = 'TestFileSync.M'
- OnAcquired = GpFileMutexMonitor1Acquired
- OnReleased = GpFileMutexMonitor1Released
- Left = 120
- Top = 32
- end
- object GpFileGroupMonitor1: TGpFileGroupMonitor
- Active = True
- DeleteOnRelease = False
- GroupFile = 'TestFileSync.G'
- OnEmpty = GpFileGroupMonitor1Empty
- OnNotEmpty = GpFileGroupMonitor1NotEmpty
- Left = 120
- Top = 152
- end
- end
-